home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q102 / 0 / 37.TXT < prev    next >
Text File  |  1993-11-16  |  2KB  |  51 lines

  1. DOCUMENT:Q102037  04-NOV-1993  [W_NT]
  2. TITLE   :Drive Mirroring Can Cause NTFS to Hot-Fix too Often
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. When the Windows NT mirror support code encounters a sector-read error
  16. on one member of the mirror set, it corrects the error if the
  17. underlying hardware supports this (true for SCSI devices). After
  18. correcting the error on one of the members, the mirror set code
  19. returns an informational status to the file system indicating that the
  20. data was recovered by reading from the secondary copy. 
  21.  
  22. This informational status causes NTFS to scan both members of the
  23. mirror set for faulty sectors (including the secondary member, which
  24. the mirror set code did not scan for faulty sectors). If faulty
  25. sectors are located on the secondary member, NTFS will map this sector
  26. from use at the file system level instead of having the mirror set
  27. code map it for use at the hardware level.
  28.  
  29. There is no data loss due to this error; however, there is the chance
  30. NTFS will map sectors for use that could have been recovered by
  31. hardware support.
  32.  
  33. Additional reference words: 3.10
  34. KBCategory:
  35. KBSubCategory: FILSYS
  36.  
  37. =============================================================================
  38.  
  39. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  40. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  41. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  42. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  43. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  44. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  45. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  46. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  47. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  48. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  49. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  50.  
  51. Copyright Microsoft Corporation 1993.